home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / kiosk.dir / 00053_Script_stay on floor < prev    next >
Text File  |  1999-03-01  |  277b  |  13 lines

  1. on mouseDown
  2.   set the visible of sprite 21 to FALSE
  3.   set the visible of sprite 22 to FALSE
  4.   set the visible of sprite 23 to FALSE
  5.   set the visible of sprite 24 to FALSE
  6.   set the visible of sprite 25 to FALSE
  7.   updateStage
  8. end
  9.  
  10. on mouseUp
  11.   go to the frame
  12. end
  13.